Skip to content

Conversation

@tmlmt
Copy link
Owner

@tmlmt tmlmt commented Jan 11, 2026

Description

Upgrade human-regex from version 2.1.5 to 2.2.0 and remove the custom patch.

This PR updates the human-regex dependency to the latest version (2.2.0) which now includes the functionality that was previously added through a custom patch. The new version includes:

  • Improved notRange() method that now accepts predefined range keys
  • New anyOf() and notAnyOf() methods for character sets
  • New newline() method for matching newline characters across platforms
  • Better type definitions in the index.d.ts file
  • Proper exports configuration in package.json

Fixes #N/A

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Verified that the application builds successfully with the new dependency
  • Confirmed that the regex functionality works as expected with the updated library

Checklist:

  • I have performed a self-review of my code
  • I have run pnpm lint and my changes generate no new warnings
  • I have verified that the application works correctly with the updated dependency
  • I have removed the now-unnecessary patch file

Copy link
Owner Author

tmlmt commented Jan 13, 2026

Merge activity

  • Jan 13, 3:18 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Jan 13, 3:21 PM UTC: Graphite rebased this pull request as part of a merge.
  • Jan 13, 3:22 PM UTC: @tmlmt merged this pull request with Graphite.

@tmlmt tmlmt changed the base branch from feat/shopping-cart to graphite-base/84 January 13, 2026 15:19
@tmlmt tmlmt changed the base branch from graphite-base/84 to v3 January 13, 2026 15:20
@tmlmt tmlmt force-pushed the chore/human-regex-v2.2.0 branch from 4553261 to 032a977 Compare January 13, 2026 15:21
@tmlmt tmlmt merged commit 59a3484 into v3 Jan 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants